home *** CD-ROM | disk | FTP | other *** search
- ! effets sur les persos
- TRANSPARENCY::rendu1
- {
- Type = variable
- VariationType=LINEAR
- NbKeys = 2
- Degree00 = 255,255,255
- Degree60 = 33,33,33
- }
- TRANSPARENCY::rendu2
- {
- Type = substractive_variable
- VariationType=linear
- NbKeys = 3
- Degree00 = 66,66,66
- Degree50 = 111,111,111
- Degree99 = 66,66,66
- }
- main
- {
- rendu1(35);
- loop()
- {rendu2(30);};
- }
-